| Fully Qualified Name: | Zend\Db\Sql\Ddl\Column\Floating |
| Extends: | AbstractPrecisionColumn |
Column representing a FLOAT type.
Cannot name a class "float" starting in PHP 7, as it's a reserved keyword; hence, "floating", with a type of "FLOAT".
{@inheritDoc}
| Parameter Name | Type | Description |
|---|---|---|
| $decimal | int|null | |
| $digits | int | |
| $name | ||
| $nullable | ||
| $default | ||
| $options |
Returns:
| Parameter Name | Type | Description |
|---|---|---|
| $constraint | \ConstraintInterface |
Returns: self Provides a fluent interface
Returns: int|null
Returns: null|string|int
Returns: int
Returns: array
Returns: int
Returns: null|string
Returns: array
Returns: bool
| Parameter Name | Type | Description |
|---|---|---|
| $decimal | int|null |
Returns: self Provides a fluent interface
| Parameter Name | Type | Description |
|---|---|---|
| $default | null|string|int |
Returns: self Provides a fluent interface
| Parameter Name | Type | Description |
|---|---|---|
| $digits | int |
Returns: self
| Parameter Name | Type | Description |
|---|---|---|
| $length | int |
Returns: self Provides a fluent interface
| Parameter Name | Type | Description |
|---|---|---|
| $name | string |
Returns: self Provides a fluent interface
| Parameter Name | Type | Description |
|---|---|---|
| $nullable | bool |
Returns: self Provides a fluent interface
| Parameter Name | Type | Description |
|---|---|---|
| $name | string | |
| $value | string |
Returns: self Provides a fluent interface
| Parameter Name | Type | Description |
|---|---|---|
| $options | array |
Returns: self Provides a fluent interface